Skip to content

util: fix formatting of functions returned from getters - #64839

Open
gibson042 wants to merge 1 commit into
nodejs:mainfrom
gibson042:gh-64838-inspect-function-from-getter
Open

util: fix formatting of functions returned from getters#64839
gibson042 wants to merge 1 commit into
nodejs:mainfrom
gibson042:gh-64838-inspect-function-from-getter

Conversation

@gibson042

Copy link
Copy Markdown

Fixes: #64838

Fixes: nodejs#64838
Signed-off-by: Richard Gibson <richard.gibson@gmail.com>
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module. labels Jul 30, 2026
@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.17%. Comparing base (29d183d) to head (5423679).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #64839      +/-   ##
==========================================
+ Coverage   90.15%   90.17%   +0.01%     
==========================================
  Files         746      746              
  Lines      242764   242764              
  Branches    45741    45743       +2     
==========================================
+ Hits       218857   218905      +48     
+ Misses      15418    15344      -74     
- Partials     8489     8515      +26     
Files with missing lines Coverage Δ
lib/internal/util/inspect.js 96.93% <100.00%> (ø)

... and 38 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@avivkeller avivkeller left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from linting, LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

util.inspect fails to represent a function returned from a getter

3 participants